'宣言 Public Overloads Shared Function gcd( _ ByVal x() As System.Integer _ ) As System.Integer
'使用法 Dim x() As System.Integer Dim value As System.Integer value = MathUtil.gcd(x)
public static System.int gcd( System.int[] x )
パラメータ
- x
- Array containing the numbers.